home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 June / CHIP Turkiye Haziran 1997.iso / shar / 95crowd / _setup.1 / Crowd.exe / 0 / RCDATA / TFRMCREATESHORTCUT / TFRMCREATESHORTCUT.txt
Text File  |  1996-09-03  |  4KB  |  163 lines

  1. object frmCreateShortcut: TfrmCreateShortcut
  2.   Left = 198
  3.   Top = 111
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Create Shortcut'
  7.   ClientHeight = 212
  8.   ClientWidth = 363
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnActivate = FormActivate
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object cmdFinish: TButton
  19.     Left = 298
  20.     Top = 185
  21.     Width = 54
  22.     Height = 21
  23.     Caption = '&Finish'
  24.     Font.Color = clWindowText
  25.     Font.Height = -11
  26.     Font.Name = 'MS Sans Serif'
  27.     Font.Style = []
  28.     ParentFont = False
  29.     TabOrder = 1
  30.     OnClick = cmdFinishClick
  31.   end
  32.   object cmdNext: TButton
  33.     Left = 239
  34.     Top = 185
  35.     Width = 54
  36.     Height = 21
  37.     Caption = '&Next>'
  38.     Font.Color = clWindowText
  39.     Font.Height = -11
  40.     Font.Name = 'MS Sans Serif'
  41.     Font.Style = []
  42.     ParentFont = False
  43.     TabOrder = 2
  44.     OnClick = cmdNextClick
  45.   end
  46.   object cmdBack: TButton
  47.     Left = 185
  48.     Top = 185
  49.     Width = 54
  50.     Height = 21
  51.     Caption = '<&Back'
  52.     Font.Color = clWindowText
  53.     Font.Height = -11
  54.     Font.Name = 'MS Sans Serif'
  55.     Font.Style = []
  56.     ParentFont = False
  57.     TabOrder = 3
  58.     OnClick = cmdBackClick
  59.   end
  60.   object cmdCancel: TButton
  61.     Left = 123
  62.     Top = 185
  63.     Width = 54
  64.     Height = 21
  65.     Cancel = True
  66.     Caption = 'Cancel'
  67.     Font.Color = clWindowText
  68.     Font.Height = -11
  69.     Font.Name = 'MS Sans Serif'
  70.     Font.Style = []
  71.     ModalResult = 2
  72.     ParentFont = False
  73.     TabOrder = 4
  74.   end
  75.   object cmdHelp: TButton
  76.     Left = 55
  77.     Top = 185
  78.     Width = 54
  79.     Height = 21
  80.     Caption = '&Help'
  81.     Font.Color = clWindowText
  82.     Font.Height = -11
  83.     Font.Name = 'MS Sans Serif'
  84.     Font.Style = []
  85.     ParentFont = False
  86.     TabOrder = 5
  87.     Visible = False
  88.     OnClick = cmdHelpClick
  89.   end
  90.   object PageControl1: TPageControl
  91.     Left = 6
  92.     Top = 5
  93.     Width = 347
  94.     Height = 172
  95.     ActivePage = pageName
  96.     TabOrder = 0
  97.     object pageCommand: TTabSheet
  98.       Caption = 'pageCommand'
  99.       TabVisible = False
  100.       object Label1: TLabel
  101.         Left = 24
  102.         Top = 16
  103.         Width = 275
  104.         Height = 26
  105.         Caption = 
  106.           'Type the location and name of the item you want to create a shor' +
  107.           'tcut to. Or, search for the item by clicking Browse.'
  108.         WordWrap = True
  109.       end
  110.       object Label2: TLabel
  111.         Left = 24
  112.         Top = 56
  113.         Width = 69
  114.         Height = 13
  115.         Caption = '&Command line:'
  116.         FocusControl = txtCommandLine
  117.       end
  118.       object txtCommandLine: TEdit
  119.         Left = 24
  120.         Top = 75
  121.         Width = 264
  122.         Height = 21
  123.         TabOrder = 0
  124.       end
  125.       object btnBrowse: TButton
  126.         Left = 24
  127.         Top = 108
  128.         Width = 82
  129.         Height = 25
  130.         Caption = '&Browse...'
  131.         TabOrder = 1
  132.         OnClick = btnBrowseClick
  133.       end
  134.     end
  135.     object pageName: TTabSheet
  136.       Caption = 'pageName'
  137.       TabVisible = False
  138.       object Label3: TLabel
  139.         Left = 33
  140.         Top = 17
  141.         Width = 145
  142.         Height = 13
  143.         Caption = '&Select a name for the shortcut:'
  144.         FocusControl = txtShortcutName
  145.       end
  146.       object txtShortcutName: TEdit
  147.         Left = 34
  148.         Top = 40
  149.         Width = 223
  150.         Height = 21
  151.         TabOrder = 0
  152.       end
  153.     end
  154.   end
  155.   object OpenDialog1: TOpenDialog
  156.     FileEditStyle = fsEdit
  157.     Filter = 'Programs|*.exe;*.com;*.bat;|All Files|*.*'
  158.     Options = [ofPathMustExist, ofFileMustExist]
  159.     Left = 5
  160.     Top = 182
  161.   end
  162. end
  163.